home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TTWOTEXTDIALOG / TTWOTEXTDIALOG.txt
Text File  |  2004-02-29  |  1KB  |  78 lines

  1. object TwoTextDialog: TTwoTextDialog
  2.   Left = 610
  3.   Top = 332
  4.   Width = 297
  5.   Height = 121
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = '*'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 7
  24.     Height = 13
  25.     Caption = '*:'
  26.     FocusControl = txtFirst
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 36
  31.     Width = 7
  32.     Height = 13
  33.     Caption = '*:'
  34.     FocusControl = txtSecond
  35.   end
  36.   object btnCancel: TCorelButton
  37.     Left = 208
  38.     Top = 64
  39.     Width = 75
  40.     Height = 23
  41.     Anchors = [akTop, akRight]
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object btnOK: TCorelButton
  48.     Left = 128
  49.     Top = 64
  50.     Width = 75
  51.     Height = 23
  52.     Anchors = [akTop, akRight]
  53.     Caption = 'OK'
  54.     Default = True
  55.     Enabled = False
  56.     ModalResult = 1
  57.     TabOrder = 3
  58.   end
  59.   object txtSecond: TEdit
  60.     Left = 88
  61.     Top = 32
  62.     Width = 193
  63.     Height = 21
  64.     Anchors = [akLeft, akTop, akRight]
  65.     TabOrder = 1
  66.     OnChange = txtFirstChange
  67.   end
  68.   object txtFirst: TEdit
  69.     Left = 88
  70.     Top = 8
  71.     Width = 193
  72.     Height = 21
  73.     Anchors = [akLeft, akTop, akRight]
  74.     TabOrder = 0
  75.     OnChange = txtFirstChange
  76.   end
  77. end
  78.